.banner_s .pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90px;
	background: url(ny_banner_bg.png) no-repeat center bottom;
	background-size: 100% 400px;
	font-size: 0;
	text-align: center;
	padding-top: 40px;
	
	
}

@media screen and (max-width: 1920px) {
	.banner_s .pagination {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 90px;
		background: url(ny_banner_bg.png) no-repeat center bottom 0;
		background-size: 100% 400px;
		font-size: 0;
		text-align: center;
		padding-top: 40px;
	}
	}

@media screen and (max-width: 1440px) {
	.banner_s .pagination {
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 100%;
		height: 90px;
		background: url(ny_banner_bg_1000.png)  no-repeat center bottom;
		background-size: 100%;
		font-size: 0;
		text-align: center;
		padding-top: 40px;
	}
	}